CRPEJob::SetNthParam is obsolete. It will still work for older applications. However, there have been a number of major enhancements to the parameter fields (default values, multiple values, value ranges, etc.). Use CRPEJob::SetNthParameterField, for all new development.
CRPEJob::SetNthParam was used to set the value of a parameter in a stored procedure.
BOOL SetNthParam (
short paramN,
const char *paramValue );
All parameter values must be passed as string values. If you wish to pass a numeric value, pass the value in quotes (for example: "100").
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |